AWS Cli – Lambda: Update single variable value

Key “–environment” AWS Cli utility replaces all the variables, those that you specify as an argument. To change the value of only one variable without erasing the others, or without listing them all, you can use the following BASH script: aws_lambda_update_env.sh:   This script requires jq utility   The script reads all current variables, changes … Continue reading AWS Cli – Lambda: Update single variable value